Skip to content

🎨 Palette: Add progress bar for quiet mode#92

Open
EiJackGH wants to merge 2 commits intomainfrom
palette/quiet-mode-progress-bar-16189900109101376303
Open

🎨 Palette: Add progress bar for quiet mode#92
EiJackGH wants to merge 2 commits intomainfrom
palette/quiet-mode-progress-bar-16189900109101376303

Conversation

@EiJackGH
Copy link
Owner

@EiJackGH EiJackGH commented Mar 9, 2026

💡 What: Added an interactive progress bar for long-running simulations when the --quiet flag is enabled in bitcoin_trading_simulation.py.

🎯 Why: Dense numerical data and long-running processes without output can make users feel like the program has frozen. Providing a progress bar gives immediate feedback on system status while preventing standard output log pollution, especially important for non-interactive environments where logs could be overwhelmed.

📸 Before/After: The --quiet flag previously produced no output until the final report. Now, when run interactively, it produces a dynamic progress bar that redraws itself on a single line.

♿ Accessibility: The progress bar is only rendered when sys.stdout.isatty() is True, ensuring that log files or non-interactive environments (e.g. CI/CD) are not polluted with \r carriage returns or garbage characters.


PR created automatically by Jules for task 16189900109101376303 started by @EiJackGH

Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
@aidasofialily-cmd
Copy link
Collaborator

It worked 👍 the Rust and Terraform worked in CodeQL.

@aidasofialily-cmd aidasofialily-cmd self-assigned this Mar 10, 2026
@aidasofialily-cmd aidasofialily-cmd self-requested a review March 10, 2026 04:45
Copy link
Collaborator

@aidasofialily-cmd aidasofialily-cmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! The Terraform will be updated in hashicorp@terraformv1 to hashicorp@terraformv3 deployment.

@aidasofialily-cmd aidasofialily-cmd added good first issue Good for newcomers newcomers Newcomers for good things labels Mar 10, 2026
@EiJackGH EiJackGH linked an issue Mar 13, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers newcomers Newcomers for good things

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codevember Day 01: Procedural Coffee Art

2 participants